home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python1.4_Source / Modules / protos / selectmodule_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-24  |  303 b   |  7 lines

  1.  
  2. /* selectmodule.c */
  3. static int list2set ( object *list , fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
  4. static object *set2list ( fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
  5. static object *select_select ( object *self , object *args );
  6. static object *select_select ( object *self , object *args );
  7.